home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fax-101.zip / BOARD.BAT < prev    next >
DOS Batch File  |  1991-09-19  |  366b  |  25 lines

  1. echo off
  2. cls
  3.  
  4. :top
  5.  
  6. c:
  7. cd \pcb
  8. if exist remote.bat rename remote.bat remote.sys
  9. if exist event.bat rename event.bat event.sys
  10. if exist door.bat del door.bat
  11. if exist endpcb del endpcb
  12.  
  13. pcb145 /NOENV
  14.  
  15. if errorlevel=5 FAX
  16. if exist remote.bat remote
  17. if exist door.bat door
  18. if exist event.bat event
  19. if exist endpcb GOTO DONE
  20. GOTO top
  21.  
  22. :DONE
  23. cls
  24.  
  25.